home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbstamp.zip / PCBSTAMP.DOC < prev    next >
Text File  |  1990-12-29  |  1KB  |  42 lines

  1. Small program, small documentation.
  2.  
  3.  
  4. PCBSTAMP stamps a 64 byte line to the file of your choice.
  5.  
  6. The usage is: PCBSTAMP callerfile options
  7.  
  8. You must have both a callerfile and options.  The callerfile is any dos
  9. filename.  If the callerfile does not exist it will be created.
  10. The options are:
  11.  
  12.          /*       generates a row of asterisks
  13.          /d       generates a date and time stamp
  14.          /t       generates a time stamp only
  15.          text     if the first two characters are not one of the above,
  16.                   then the text is printed to the file.
  17.  
  18. The text can also be added after one of the date or time stamps.
  19. Here's an example:
  20.  
  21. pcbstamp caller1 /*
  22. pcbstamp caller1 /d
  23. pcbstamp caller1 /t This happened now.
  24. pcbstamp caller1 This is a detailed explanation of what happened.
  25. pcbstamp caller1 /*
  26.  
  27. This would generate the entries
  28.  
  29. **************************************************************
  30. 12-29-90 (09:08)                                              
  31.          (09:09)  This happened now.                          
  32.       This is a detailed explanation of what happened.        
  33. **************************************************************
  34.  
  35. in the file caller1.
  36.  
  37. Any problems - please let me know.
  38.  
  39. Jim Dunham
  40. Hidden BBS
  41. 805-252-3683
  42.